5
5
.
.
6
6
.
.
c
c
o
o
r
r
n
n
e
e
r
r
R
R
a
a
d
d
i
i
u
u
s
s
I
I
n
n
f
f
o
o
.cornerRadius
creates Back
ground w
ith rounded
corners.
Syntax
.
cornerRad
ius
(18
.0)
E
E
x
x
a
a
m
m
p
p
l
l
e
e
Example
struct
ContentVi
ew
:
Vie
w
{
var
b
ody
:
s
ome
View
{
VSt
ack
{
Text
(
"Exam
ple"
).
b
ackground
(
Color
.
blue
)
.
c
ornerR
adius
(18.0
)
}
}
}
Output